home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
darkmelt.swf
/
scripts
/
DefineButton2_148
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-06-07
|
156b
|
11 lines
on(release){
if(this._currentframe == 1)
{
gotoAndPlay(2);
}
else if(this._currentframe == 2)
{
gotoAndPlay(1);
}
}